From 4d0064faa478a9118dc255425b28277dd4574e12 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 18 Sep 2002 21:25:52 +0000 Subject: [PATCH] Might as well optimize the windows build. --- gpsbabel/mingw/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpsbabel/mingw/Makefile b/gpsbabel/mingw/Makefile index 228b9c309..b473b1fdb 100644 --- a/gpsbabel/mingw/Makefile +++ b/gpsbabel/mingw/Makefile @@ -1,9 +1,10 @@ -CC=/home/robertl/cross-tools/bin/i386-mingw32msvc-gcc -Iinclude -I../coldsync +CC=/home/robertl/cross-tools/bin/i386-mingw32msvc-gcc VPATH=.. gpsbabel.exe: include ../Makefile +CFLAGS=-Iinclude -I../coldsync -O gpsbabel.exe: $(OBJS) $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe -- 2.30.2